projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06773b1
)
combobox: Fix compilation warnings - missing cast
author
Benjamin Otte
<otte@redhat.com>
Tue, 28 Sep 2010 16:24:14 +0000
(18:24 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Tue, 28 Sep 2010 16:24:14 +0000
(18:24 +0200)
gtk/gtkcombobox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcombobox.c
b/gtk/gtkcombobox.c
index f8ce6db0ee27b814c5cd6fdfdb1dd274ed6783eb..6076c6ccfd6e7d4c68940facf0361aee91fa0321 100644
(file)
--- a/
gtk/gtkcombobox.c
+++ b/
gtk/gtkcombobox.c
@@
-1283,7
+1283,7
@@
gtk_combo_box_remove (GtkContainer *container,
gtk_widget_unparent (widget);
_gtk_bin_set_child (GTK_BIN (container), NULL);
- if (gtk_widget_in_destruction (
combo_box
))
+ if (gtk_widget_in_destruction (
GTK_WIDGET (combo_box)
))
return;
gtk_widget_queue_resize (GTK_WIDGET (container));